home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3posimp.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_POSTIMAGEPRIM_H = 1;
- include("real/objects/r3level.js")
-
-
- var R3CLID_POSTIMAGEPRIM = 343;
-
-
-
-
-
- R3PIPM_RENDERIMAGE = 343000;
-
- function mR3PIPM_RENDERIMAGE() {
- DoA(this.r3obj, 343000, 0, R3TID_INTEGER, 0);
- }
-
-
-
-
- var R3PIPA_RenderEngine = 343500; // Object
-
-
- function r3Postimageprim () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_POSTIMAGEPRIM, arguments);
- }
- // Methods
- this.RENDERIMAGE=mR3PIPM_RENDERIMAGE;
-
- // Attributes
- }
-
- r3Postimageprim.prototype=new r3Level;
- // r3posimp.h_H